import Link from "next/link"; import { getI18n } from "locales/server"; import { paths } from "@/shared/constants/paths"; import { SignUpForm } from "@/features/auth/signup/ui/signup-form"; export const metadata = { title: "Sign Up - Workout.cool", description: "Créez votre compte pour commencer", }; export default async function AuthSignUpPage() { const t = await getI18n(); return (
{t("register_description")}
{t("register_terms")}{" "} {t("register_privacy")} {" "} .